home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / st_plugins / catalogs / bookmarks.cd < prev    next >
Text File  |  1999-11-29  |  1KB  |  37 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module Bookmarks
  4. ;
  5. DESCRIPTION (1//)
  6. With this plugin you have direct access to the hotlist of your \
  7. favourite WWW-Browser. If you select a link the browser will directly jump \
  8. to this link (optionally with opening a new browser window).
  9. ;
  10. PARAMETER (//)
  11. AREXXCONFIG/A - Definition string for the communications\n\
  12.                 between ScreenTab and the browser\n\
  13. FILE/A        - Bookmarks-File\n\
  14. STARTUP       - ARexx-Script for launch of the browser\n\
  15. LINKIMAGE     - This image is displayed for the links\n\
  16. DELAY/N       - Max. time to wait for answer before\n\
  17.                 the action is cancelled (in seconds)\n\
  18. NEWWINDOW/S   - Open a new browser window for every link
  19. ;
  20. IF_AREXXCONFIG (//)
  21. String for ARexx-Communication
  22. ;
  23. IF_FILE (//)
  24. Bookmarks-File
  25. ;
  26. IF_STARTUP (//)
  27. ARexx-Script
  28. ;
  29. IF_LINKIMAGE (//)
  30. Link-Image
  31. ;
  32. IF_DELAY (//)
  33. Max. time to wait for answer (in secs.):
  34. ;
  35. IF_NEWWINDOW (//)
  36. Open a new window for every link
  37.